Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.poll.PollService

Documentation

The Poll Service handles Polls creation and restitution.

Implementation

Class: org.nuxeo.ecm.poll.PollServiceImpl

Services

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.poll.PollService">

  <documentation>
    The Poll Service handles Polls creation and restitution.

    @author Thomas Roger (troger@nuxeo.com)
  </documentation>

  <implementation
    class="org.nuxeo.ecm.poll.PollServiceImpl" />

  <service>
    <provide
      interface="org.nuxeo.ecm.poll.PollService" />
  </service>

</component>